testsuite: Drop the type-hint property from tests
authorMatthias Clasen <mclasen@redhat.com>
Tue, 26 May 2020 23:31:12 +0000 (19:31 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 26 May 2020 23:31:12 +0000 (19:31 -0400)
No point in excluding a property that no longer
exists.

testsuite/gtk/object.c

index d542df130c9dc640bcf0f33f76ee81bd4ba8b61f..fd861c24a2f13269ba93fd9e051bf0ddca8b4869 100644 (file)
@@ -56,7 +56,6 @@ list_ignore_properties (gboolean buglist)
     { "GtkWidget",              "parent",               NULL, },                        /* needs working parent widget */
     { "GtkWidget",              "has-default",          (void*) TRUE, },                /* conflicts with toplevel-less widgets */
     { "GtkWidget",              "display",              (void*) MATCH_ANY_VALUE },
-    { "GtkWindow",              "type-hint",            (void*) GDK_SURFACE_TYPE_HINT_DND, }, /* conflicts with ::visible=TRUE */
     { "GtkCellView",            "background",           (void*) "", },                  /* "" is not a valid background color */
     { "GtkFileChooserButton",   "select-multiple",      (void*) MATCH_ANY_VALUE },      /* property disabled */
     { "GtkFileChooserButton",   "action",               (void*) GTK_FILE_CHOOSER_ACTION_SAVE },